Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for backend stores for config #57

Merged
merged 3 commits into from Apr 8, 2014
Merged

Add support for backend stores for config #57

merged 3 commits into from Apr 8, 2014

Conversation

lwf
Copy link

@lwf lwf commented Mar 14, 2014

This pull request adds support for backends other than a file on the local file system for storing user-generated config. There is a file-based backend (like the previous default) and an S3 backend; I guess adding a backend at some point for a database with CRDTs would be nice as well.

@@ -26,6 +26,7 @@ def self.load(filename)
config.load_controllers
config.setup_views
config.setup_public_dir
config.setup_ws_backend
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe call this "storage_backend"?

aphyr added a commit that referenced this pull request Apr 8, 2014
Add support for backend stores for config
@aphyr aphyr merged commit 9b5b1a2 into riemann:master Apr 8, 2014
@aphyr
Copy link
Collaborator

aphyr commented Apr 8, 2014

Thanks, lwf!

@lwf lwf deleted the ws_config_backends branch April 10, 2014 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants